how to set media query for both width and height in css

40

@media (min-height: 768px) and (max-height: 768px) and (min-width: 1366px) and (max-width: 1366px) { ... }

Comments

Submit
0 Comments